CPhidgetDictionary_getKey

Gets a key value. If more then one key matches, only the first value is returned.

extern (C) __gshared
int function(CPhidgetDictionaryHandle dict, const char* key, char* value, int valuelen) CPhidgetDictionary_getKey;

Meta